home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / main.dxr / 00573_succulent birds.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  177 b   |  12 lines

  1. on mouseDown
  2.   global gChickButton11
  3.   down(gChickButton11)
  4. end
  5.  
  6. on mouseUp
  7.   global gChickButton11
  8.   if up(gChickButton11) then
  9.     resetScroll("Succulent Birds")
  10.   end if
  11. end
  12.